ResponseParsingBase Members

Storage Client Library NET API

[This topic is part of the Microsoft Azure Storage Client Library 1.7, which has been deprecated. See Storage Client Library for the latest version.]

Provides a base class that is used internally to parse XML streams from storage service operations.

The following tables list the members exposed by the ResponseParsingBase type.

Protected Fields

 NameDescription
protected fieldallObjectsParsedIndicates that all parsable objects have been consumed. This field is reserved and should not be used.
protected fieldoutstandingObjectsToParseStores any objects that have not yet been parsed. This field is reserved and should not be used.
protected fieldreader 
Top

Protected Properties

 NameDescription
protected propertyObjectsToParseGets the parsable objects. This method is reserved and should not be used.
Top

Public Methods (see also Protected Methods)

 NameDescription
public methodDisposeOverloaded.  
public methodEquals  (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodToString  (Inherited from Object)
Top

Protected Methods

 NameDescription
protected methodDisposeOverloaded.  
protected methodFinalize  (Inherited from Object)
protected methodMemberwiseClone  (Inherited from Object)
protected methodParseXmlParses the XML response. This method is reserved and should not be used.
protected methodVariableThis method is reserved and should not be used.
Top

See Also